home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Made with REALbasic™ / Education & Reference / Znippetizer 1.2.4 / READ ME Znippetizer next >
Encoding:
Text File  |  2000-12-19  |  5.3 KB  |  96 lines

  1. Znippetizer
  2. © 2000 Code 66 - All rights reserved
  3. 1.2.4 / 2000-12-19
  4.  
  5. Introduction.
  6. Znippetizer is a small tool, to help programmers first, but also writers, scientists and other people who need to quickly sort and categorize things.
  7.  
  8. How does it work?
  9. Znippetizer has a small global floating window (with a Z in it), where you can drag any text. Any items dragged here are stored in a database, and grouped. All new items are stored in the currently selected Snippetgroup, and can then later on be moved to any other group.
  10.  
  11. By clicking on the "Z", the Znippetizer windows zooms, and you get full access to the groups and lists of items, and you can drag any item from the list to any other application that can recieve a text drag. You can zoom any snippet and select parts from it, copy from it. You can drag text files to the Znippetizerwindow, and also paste new snippets into it. You can also edit a snippet in the close up window.
  12.  
  13. What it doesn't do.
  14. It doesn't handle graphics or any other kind of dragged items.
  15.  
  16. Limitations in a non registered version.
  17. The number of snippets are limited to 50.
  18. You can only create 5 new groups.
  19. Importing is disabled, so is searching.
  20. Creating new Znippets manually is disabled.
  21. Importing znippets from a textfile is disabled.
  22. Exporting znippets to a textfile is disabled.
  23. Find party crippled.
  24.  
  25. How do I purchase?
  26. Just use your browser and go to the following URL:
  27. http://order.kagi.com/?95E
  28.  
  29. Please try it out, and please e-mail me suggestions and comments, and please use the word Znippet in the subject field when hile e-mailing about Znippetizer, to make mail sorting more easy.
  30.  
  31. email: totte@code66.se
  32.  
  33.  
  34. !!! IMPORTANT NOTE  !!!
  35. If you are upgrading from version 1.0.3 or earlier.
  36. In order to upgrade from a previous version of Znippetizer, follow these simple steps.
  37. (1) Rename your Znippets.db -> Znippets.db.old
  38. (2) Launch the new version of Znippetizer.
  39. (3) Do "Import...", select the databasefile Znippets.db.old
  40. (4) Done, you are now running with your old data.
  41.  
  42. Znippetizer history:
  43. 1.2.4 Fixed bug in auto close, that fired too soon.
  44. 1.2.4 Added contains & begins with in search.
  45. 1.2.4 Some small bugfixes.
  46. 1.2.3 Added an overview window with overview of all snippets and groups.
  47. 1.2.3 Fixed a bug where the counter were not updated when a new snippet was pasted in.
  48. 1.2.3 Added feature to enter fontsize directly and bypassing the fontsize slider.
  49. 1.2.3 Added a textfield in the closeup window which shows current fontsize.
  50. 1.2.2 Added a feature that when you drop a textfile on the small Znippetizer window, and hold down the Control-key, the text is just placed in the clipboard, for easy pasting somewhere.
  51. 1.2.1 Fixed bug that could cause loss of newly edited text when a new snippet was selected in the list.
  52. 1.2.1 Changed the Fontsize selector in the closeup window.
  53. 1.2.1 Fixed a few quirks.
  54. 1.2.1 Added a "not saved" marker in the closeup window. 
  55. 1.2 Added some features to the "open from textfile" function.
  56. 1.2 Added support for font/face settings in closeup window.
  57. 1.2 Added printing support to print snippet from closeup.
  58. 1.2 Added a counter that shows the number of snippets in the current group.
  59. 1.2 Fixed bug in import that could make duplicate entries.
  60. 1.2 Fixed some bugs with controller focus.
  61. 1.2 Changed the trash can icon to avoid upsetting Apple legal dept, thx Joacim.
  62. 1.1.7 Fixed ugly updatebug in closeup window.
  63. 1.1.7 Fixed problem that randomly caused snippets to be empty.
  64. 1.1.7 Snippets can now exceed 32k in size.
  65. 1.1.7 Added ask changes dialog to snippet closeup window.
  66. 1.1.7 Added some more error checking at save snippet.
  67. 1.1.7 A newly created znippetgroup becomes the selected one, thx Nicole.
  68. 1.1.7 The first version of the "users guide" is finally done.
  69. 1.1.6 Deleting a Znippet autoselect the snippet after for easy deletion.
  70. 1.1.6 Dropping textfiles/clippning > 32k will now split the file into multiple snippets.
  71. 1.1.6 Added function to do "Move left" of text in Closeup window. Useful when znipping the web.
  72. 1.1.6 Fixed bug that prevented Copy/Cut/Paste to work in NewSnippetWindow sometimes.
  73. 1.1.6 Fixed bug that prevented Copy to work in Closeupwindow if opened from Find.
  74. 1.1.5 Fixed a showstopperbug when in multi window closeup mode, thanks Jonas.
  75. 1.1.5 Fixed some bugs that only appeared with first run, introduced in 1.1.3.
  76. 1.1.5 Trial users now can use a crippled version of find.
  77. 1.1.4 Removed "outdated" tooltips.
  78. 1.1.4 Added Cmd-A (Select All) in Closeup Window for easy copying to non drag-drop apps.
  79. 1.1.4 Added Cmd-C (Copy) in Znippetlist to easy copy snippet content to non drag-drop apps.
  80. 1.1.4 Fixed low mem warning when importing a database and memory isnt big enough to open it.
  81. 1.1.3 Added Preference to auto open znippetwindow when a snippet is recieved.
  82. 1.1.3 Added case insensitive seach as checkbox in find window.
  83. 1.1.3 Added functionality to start seach by hitting return or enter key in find text field.
  84. 1.1.3 Added functionality that selects the search argument, for easy retyping.
  85. 1.1.3 Fixed some problems with find window and focus.
  86. 1.1.3 Removed "bring to front" button in Znippetizer window.
  87. 1.1.3 Done some fixes to the "click though" problem, that happens with some applications.
  88. 1.1.3 Fixed two memoryleaks, yuck.
  89. 1.1.3 Added a keyboard shortcut, cmd-F, to open find window.
  90. 1.1.3 Added a keyboard shortcut, cmd-W, to close find window.
  91. 1.1.3 Made the checkboxes in find window persisient.
  92.  
  93. Torsten "Totte" Alm
  94. Code 66
  95.  
  96.